.footer .footer-line {
  width: 100%;
  height: 37px;
  background: url(../images/yj-yy-footer-top-line.png) no-repeat;
  background-size: 100% 100%;
}
.footer .pFoot-link {
  position: relative;
  padding: 15px 0;
  width: auto;
  color: #333;
  background-color: #f0f2f5;
  z-index: 10;
  box-sizing: border-box;
}
.footer .pFoot-link .container {
  position: initial;
}
.footer .pFoot-link .container .link-ul {
  height: 100%;
  *zoom: 1;
}
.footer .pFoot-link .container .link-ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.footer .pFoot-link .container .link-ul li {
  float: left;
  width: 20%;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
}
.footer .pFoot-link .container .link-ul li:nth-last-child(1) {
  margin-right: 0;
}
.footer .pFoot-link .container .link-ul li .name {
  display: inline-block;
  width: calc(100% - 25px);
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  line-height: 40px;
  color: #333;
  cursor: pointer;
}
.footer .pFoot-link .container .link-ul li .name img {
  margin-top: -3px;
  margin-left: 10px;
  vertical-align: middle;
}
.footer .pFoot-link .container .link-ul li .link-con {
  display: block;
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  overflow: hidden;
}
.footer .pFoot-link .container .link-ul li .link-con .link-ul {
  width: 100%;
  margin: 0 auto;
}
.footer .pFoot-link .container .link-ul li .link-con .link-ul dt {
  width: 20%;
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: left;
  overflow: hidden;
}
.footer .pFoot-link .container .link-ul li .link-con .link-ul dt a {
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .pFoot-link .container .link-ul li .link-con .link-ul dt a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.footer .pFoot-link .container .link-ul .active .name img {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.footer .pFoot-link .container .link-ul .active .link-con {
  display: block;
  padding: 25px 0;
  height: auto;
}
.footer .footer-btm {
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.footer .footer-btm .btm-item:nth-child(1) {
  flex: 1;
}
.footer .footer-btm .btm-item:nth-child(1) p + p {
  margin-top: 0;
}
.footer .footer-btm .btm-item:nth-child(1) p {
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
}
.footer .footer-btm .btm-item:nth-child(1) p a {
  display: inline-block;
  color: #333;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  line-height: 2;
}
.footer .footer-btm .btm-item:nth-child(1) p span {
  display: inline-block;
  color: #333;
  line-height: 2;
}
.footer .footer-btm .btm-item:nth-child(1) p .line {
  margin: 0 5px;
}
.footer .footer-btm .btm-item:nth-child(2) {
  width: 400px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer .footer-btm .btm-item:nth-child(2) a {
  display: block;
  margin: 0 8px;
  overflow: hidden;
}
.footer .footer-btm .btm-item:nth-child(2) a:nth-child(1) {
  width: 58px;
}
.footer .footer-btm .btm-item:nth-child(2) a:nth-child(2) {
  width: 43px;
}
.footer .footer-btm .btm-item:nth-child(2) img {
  display: block;
  width: 100%;
}
.footer .footer-btm .btm-item:nth-child(2) .zc {
  width: 110px;
}
.footer .footer-btm .btm-item:nth-child(2) .zc img {
  border: solid 1px #e6e3e3;
  box-sizing: border-box;
}
.footer .footer-btm .btm-item:nth-child(2) .slh {
  width: 106px;
}
.footer .footer-btm .btm-item:nth-child(2) .slh img {
  border: solid 1px #e6e3e3;
  box-sizing: border-box;
}
.footer .footer-btm .btm-item:nth-child(3) {
  width: 230px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .footer-btm .btm-item:nth-child(3) a {
  display: block;
  width: 104px;
  text-align: center;
}
.footer .footer-btm .btm-item:nth-child(3) a img {
  display: block;
  width: 100%;
  height: 104px;
}
.footer .footer-btm .btm-item:nth-child(3) a span {
  line-height: 34px;
  font-size: 12.6px;
  font-size: calc(14 * var(--font-scale) * 1px);
  color: #333;
}

@media screen and (max-width: 1360px) {
  .footer .footer-line {
    height: 1.92708vw;
  }
  .footer .pFoot-link {
    padding: 0.78125vw 0;
  }
  .footer .pFoot-link .container .link-ul li {
    height: 2.08333vw;
  }
  .footer .pFoot-link .container .link-ul li .name {
    width: calc(100% - 1.30208vw);
    line-height: 2.08333vw;
  }
  .footer .pFoot-link .container .link-ul li .name img {
    margin-top: -0.15625vw;
    margin-left: 0.52083vw;
  }
  .footer .pFoot-link .container .link-ul li .link-con {
    bottom: 3.64583vw;
  }
  .footer .pFoot-link .container .link-ul .active .link-con {
    padding: 1.30208vw 0;
  }
  .footer .footer-btm {
    margin-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }
  .footer .footer-btm .btm-item:nth-child(1) p .line {
    margin: 0 0.26042vw;
  }
  .footer .footer-btm .btm-item:nth-child(2) {
    width: 20.83333vw;
  }
  .footer .footer-btm .btm-item:nth-child(2) a {
    margin: 0 0.41667vw;
  }
  .footer .footer-btm .btm-item:nth-child(2) a:nth-child(1) {
    width: 3.02083vw;
  }
  .footer .footer-btm .btm-item:nth-child(2) a:nth-child(2) {
    width: 2.23958vw;
  }
  .footer .footer-btm .btm-item:nth-child(2) .zc {
    width: 5.72917vw;
  }
  .footer .footer-btm .btm-item:nth-child(2) .slh {
    width: 5.52083vw;
  }
  .footer .footer-btm .btm-item:nth-child(3) {
    width: 11.97917vw;
  }
  .footer .footer-btm .btm-item:nth-child(3) a {
    width: 5.41667vw;
  }
  .footer .footer-btm .btm-item:nth-child(3) a img {
    height: 5.41667vw;
  }
  .footer .footer-btm .btm-item:nth-child(3) a span {
    line-height: 1.77083vw;
  }
}
@media screen and (max-width: 992px) {
  p + p {
    margin-top: 0;
  }
  .footer .footer-line {
    height: 10px;
  }
  .footer .pFoot-link {
    display: none;
  }
  .footer .footer-btm {
    margin-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .footer .footer-btm .btm-item:nth-child(1) {
    text-align: center;
  }
  .footer .footer-btm .btm-item:nth-child(1) p a {
    line-height: 1.8;
  }
  .footer .footer-btm .btm-item:nth-child(1) p span {
    line-height: 1.8;
  }
  .footer .footer-btm .btm-item:nth-child(1) p .line {
    margin: 0 5px;
  }
  .footer .footer-btm .btm-item:nth-child(2) {
    margin: 10px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer .footer-btm .btm-item:nth-child(2) a {
    margin: 0 8px;
  }
  .footer .footer-btm .btm-item:nth-child(2) a:nth-child(1) {
    width: 42px;
  }
  .footer .footer-btm .btm-item:nth-child(2) a:nth-child(2) {
    width: 33px;
  }
  .footer .footer-btm .btm-item:nth-child(2) .zc {
    width: 80px;
  }
  .footer .footer-btm .btm-item:nth-child(2) .slh {
    width: 80px;
  }
  .footer .footer-btm .btm-item:nth-child(3) {
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer .footer-btm .btm-item:nth-child(3) a {
    display: block;
    width: 89px;
    text-align: center;
  }
  .footer .footer-btm .btm-item:nth-child(3) a img {
    display: block;
    width: 100%;
    height: 89px;
  }
  .footer .footer-btm .btm-item:nth-child(3) a span {
    line-height: 30px;
  }
}